Skip to main content
Version: v2.10.0

HIVE KERBEROS

Stores a Kerberos principal and keytab for a Hive metastore.

HIVE KERBEROS is the seventh and last entry in the Secret Type dropdown and it's available at all three scopes: User, Workspace and Tenant. Reach for it when your Hive metastore sits inside a Kerberos realm, which is the usual arrangement in established on-premises Hadoop estates where authentication is centralised rather than configured per service.

The keytab is what distinguishes this from HIVE BASIC. A keytab holds the principal's long-term key, so a cluster can obtain tickets unattended instead of prompting somebody for a password, and that's precisely what a scheduled job running at three in the morning needs.

We validate the pair before anything depends on it.

Basic Details

Common to every secret type:

FieldRequiredControlPlaceholder / default
Secret NameYestexttitle_example_user_secret_1
Secret TypeYesdropdownselect HIVE KERBEROS
WorkspaceYesdropdownWorkspace scope only
DescriptionNotextareaEnter Description

Secret Details

FieldRequiredControlPlaceholder
PrincipalYestexte.g., hive/hostname@REALM.COM
KeytabYesfile upload (upload button)
MetastoreNodropdownSelect Metastore

Validate and Metastore

  • Validate is available for this type, and stays disabled until Principal and Keytab are provided.
  • This is one of the three types that expose the optional Metastore dropdown. See Secret Validation.

Hive Kerberos secret form